//==============================================================================
// wall E small center_anim.txt
//==============================================================================

//This is the only BUILDABLE wall.  Need lots of anim logic for walls still.

//==============================================================================
anim None
{
	SetSelector
	{
		CultureLogic Greek
		SetSelector
		{
			TechLogic none
			setSelector
			{	  
				ConstructionLogic 0 33 66
				set hotspot
				{
					version
					{
						Visual Building Atlantis wall Long
					}
				}
				set hotspot
				{
					version
					{
						Visual Building Construction LongWallA
					}
				}
				set hotspot
				{
					version
					{
						Visual Building Construction LongGreekWallB
					}
				}
				set hotspot
				{
					version
					{
						Visual Building Construction LongGreekWallC
					}
				}
			}
		}
	}
}